parser table

英 [ˈpɑːzə ˈteɪbl] 美 [ˈpɑrsər ˈteɪbl]

网络  剖析器表

计算机



双语例句

  1. XMLReader is a pull parser and you code for it in much the same way as for a database query result table in a cursor.
    XMLReader是一种pull解析器,其编码方法和数据库查询结果表的游标中非常类似。
  2. SQL command parser takes in change of parsing user commands and operating tables, such as creating a table, deleting a table, inserting elements into table and updating table.
    SQL命令解析器负责解析用户命令并完成用户对表的创建、删除、插入、更新等操作;
  3. The parser is the basis of the symbol table generated by verifying whether a word symbol string is a sentence of the language grammar or not;
    语法分析器以词法分析器生成的符号表为基础,验证单词符号串序列是否是语言文法的一个句子;
  4. The compiler of EP consists internally of lexical scanner module, parser module, semantic analyzer, target code generator module, symbol table management module and error handle module.
    编译器由词法分析、语法分析、语义分析、目标代码生成、符号表管理、错误处理六部分组成。
  5. In designing HTML Parser, this paper realizes the fast index table for hyper link and considers the robustness.
    其中在HTML解析器的设计中,本文从HTML解析的一般概念入手,结合搜索引擎系统的特殊要求,建立了访问HTML语法树中链接结点的快速索引表,并特别考虑了解析器的容错性。